home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000288_news@newsmaster….columbia.edu _Mon Nov 17 11:10:56 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA06660
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 17 Nov 1997 11:10:56 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA16504
  7.     for kermit.misc@watsun; Mon, 17 Nov 1997 11:10:56 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Why?
  12. Date: 17 Nov 1997 16:10:55 GMT
  13. Organization: Columbia University
  14. Lines: 41
  15. Message-ID: <64pqaf$2vh$1@apakabar.cc.columbia.edu>
  16. References: <64ntvm$5vs@dragon.synet.edu.cn> <EJr06C.GoA@iglou.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8073
  19.  
  20. In article <EJr06C.GoA@iglou.com>,
  21. J. Wakeley Purple <wakep@iglou2.iglou.com> wrote:
  22. : In article <64ntvm$5vs@dragon.synet.edu.cn>, Eastern ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ wrote:
  23. : > I often hear kermit is very slow, but there also many people use it.
  24. : > Why??  What's the Kermit good at??
  25. : >
  26. : Kermit is slow when it's set up with paranoid parameters like 97-byte
  27. : packets, etc.  Usually this is a result of a non-columbia implementation
  28. : of the protocol or not reading the book.
  29. : Slow is a relative thing, too.   Some file transfer protocols fail 
  30. : completely (speed = 0) where kermit works fine when set up properly.
  31. : At best it performs as well or better than almost all competitors.
  32. : Check out the info at Columbia U.
  33. : It's _very_ good at communicating between different operating system
  34. : platforms and through routing/gateway situations where control chars
  35. : wreak havoc with most file transfers.
  36. Right.  Most other protocols are either robust or fast, but not both.
  37. Basic Kermit is robust by default, and can be tuned to be as fast as the
  38. connection permits (i.e. within the limits of its noise, delay, flow-control,
  39. buffering, and transparency limitations), and even so, remains quite robust
  40. and recovers efficiently from transmission errors.
  41.  
  42. It was designed originally assuming the very worst about the connection.
  43. Our challenge over the ensuing years has been to make it perform better and
  44. better on *good* connections without giving up the robustness.
  45.  
  46. You can read all about Kermit software and the Kermit Project at the Kermit
  47. website:
  48.  
  49.   http://www.columbia.edu/kermit/
  50.  
  51. and you find answers to questions like the one above in our FAQ:
  52.  
  53.   http://www.columbia.edu/kermit/faq.html
  54.   ftp://kermit.columbia.edu/kermit/faq.txt
  55.  
  56. - Frank